[@main]
Hello and welcome to the RaGEZONE event, during this time\
it is my job to ensure you have a good time, so why not take\
advantage of the increased EXP or even invite a friend!!!\  \
<Claim you're event items!/@1> -- <Claim you're event pets!/@2> -- <exit/@exit>


[@1]
#IF
checknamelist rageevent-2.txt
#ACT
goto @1.1
break

;#IF
;CHECKIPLIST rageevent-1.txt
;#ACT
;goto @1.1
;break

#ELSEACT
goto @1.2

[@1.1]
Hi, It seems you have already claimed you're event items\
sorry, but remember, use them wise as they are all that you\
will be given!.\
<exit/@exit>

[@1.2]
#IF
checkjob wizard
#act
goto @1.3
break

#IF
checkjob taoist
#act
goto @1.4
break

#IF
checkjob warrior
#ACT
goto @1.5
break

[@1.3]
#ACT
addnamelist rageevent-2.txt
addiplist rageevent-1.txt
give ragesword 1
give ragerobe(M) 1
give ragerobe(F) 1
give rageorb
give rageproring
goto @1.6

[@1.4]
#ACT
addnamelist rageevent-2.txt
addiplist rageevent-1.txt
give ragesword 1
give ragerobe(M) 1
give ragerobe(F) 1
give rageorb
give rageclearring 1
goto @1.6

[@1.5]
#ACT
addnamelist rageevent-2.txt
addiplist rageevent-1.txt
give ragesword 1
give ragerobe(M) 1
give ragerobe(F) 1
give rageorb
give ragepararing
goto @1.6


[@1.6]
Thank you for taking place, remember invite a friend you never\
know, you may get a reward.\
<exit/@exit>




[@2]
#IF
CHECKSLAVENAME RaGEOMA 1
#ACT
sendmsg 6 "Denied!"
close

#IF
CHECKSLAVENAME RaGEDEMON 1
#ACT
sendmsg 6 "Denied!"
close

#IF
CHECKSLAVENAME RaGETREE 1
#ACT
sendmsg 6 "Denied!"
close

#IF
CHECKSLAVENAME RaGESNAKE 1
#ACT
sendmsg 6 "Denied!"
close

#IF
CHECKSLAVENAME RaGEKING 1
#ACT
sendmsg 6 "Denied!"
close

#IF
CHECKSLAVENAME RAGETROOPER 1
#ACT
sendmsg 6 "Denied!"
close

#IF
CHECKSLAVENAME RAGECAPTAIN 1
#ACT
sendmsg 6 "Denied!"

#ELSEACT
goto @real2

[@real2]
Hello, i will be giving out random pets today, to get your pet\
simply click below and remember, if you dont like the pet, do not\
logout, a pet is for life not just for christmas!.\
<claim pet/@2.1> -- <exit/@exit>


[@2.1]
#if
CHECKSLAVECOUNT < 1
#act
goto @random
#ELSEACT
sendmsg 6 "No pets allowed to use this.."
close



[@random]
#IF
random 7
checkslavecount < 2
#ACT
recallmob RaGEOMA
sendmsg 6 "Pet issued!"
break
close

#IF
random 7
checkslavecount < 2
#ACT
recallmob RaGEDEMON
sendmsg 6 "Pet issued!"
break
close

#IF
random 7
checkslavecount < 2
#ACT
recallmob RaGETREE
sendmsg 6 "Pet issued!"
break
close

#IF
random 7
checkslavecount < 2
#ACT
recallmob RaGESNAKE
sendmsg 6 "Pet issued!"
break
close

#IF
random 7
checkslavecount < 2
#ACT
recallmob RaGEKING
sendmsg 6 "Pet issued!"
break
close

#IF
random 7
checkslavecount < 2
#ACT
recallmob RaGETROOPER
sendmsg 6 "Pet issued!"
break
close

#IF
random 7
checkslavecount < 2
#ACT
recallmob RaGECAPTAIN
sendmsg 6 "Pet issued!"
break
close

#ELSEACT
sendmsg 6 "Sorry but to many pets currently..."
close


